From 8eefacc4095160bf75456ce88821aaffe5b99982 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Mon, 23 Oct 2017 17:28:32 +0100 Subject: [PATCH] xenalyze: fix compilation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Recent changes in xenalyze introduced INT_MIN without also adding the required header, fix this by adding the header. Signed-off-by: Roger Pau Monné Acked-by: George Dunlap Release-acked-by: Julien Grall --- tools/xentrace/xenalyze.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index 79bdba7fed..5768b54f86 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include -- 2.30.2